nav {
    font-family: Helvetica;
    text-align: right;
    text-transform: uppercase;
    background-color: #eee;
}

nav ul {
    position: relative;
    z-index: 99;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #9d9d9d;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    box-sizing: border-box;
}

nav ul li a:hover {
    color: white;
}

.current_page {
    background-color: #70AE47;
}

.current_page a {
    color: white;
}

#menu_button_wrapper {
    display: none;
}

.hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    body {
        color: #333;
        font: 14px "Microsoft Yahei";
    }

    /*??????????????????*/
    body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    a {
        color: #333;
        text-decoration: none;
        font-family: "Microsoft Yahei";
    }

    /*for ie f6n.net*/
    a:focus {
        outline: 0;
    }

    /*for ff f6n.net*/
    /*a:hover { text-decoration:underline;}*/
    img {
        border: none;
    }

    .xz {
        display: none;
    }

    .vam {
        vertical-align: middle;
    }

    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    p {
        word-spacing: 0;
        font-family: "Microsoft Yahei";
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: "Microsoft Yahei";
    }

    i, em {
        font-style: normal;
    }

    .tr {
        text-align: right;
    }

    .tl {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .pa {
        position: absolute;
    }

    .pr {
        position: relative
    }

    .clearfix:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }

    .clearfix {
        zoom: 1;
    }

    .pic img, .picl img, .pics img {
        -webkit-transition: -webkit-transform 0.8s;
        -moz-transition: -moz-transform 0.8s;
        -o-transition: -o-transform 0.8s;
        transition: transform 0.8s;
    }

    .pic img:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .picl img:hover {
        -moz-transform: translate(0, 5px);
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        -o-transform: translate(0, 5px);
    }

    .pics img:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .white, .whites {
        position: relative;
        overflow: hidden;
    }

    .white:after, .whites:after {
        content: '';
        cursor: pointer;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }

    .white:hover:after {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .whites:hover:after {
        left: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    body {
        max-width: 100%;
        width: 98%;
        margin: 0 auto;
        overflow-x: hidden;
    }

    i, em {
        font-style: normal;
    }

    .content {
        width: 98%;
        margin: 0 auto;
        font-family: "Microsoft Yahei";
    }

    .header {
        z-index: 1;
        background: #f4f4f4;
    }

    .headertop {
        max-width: 100%;
        position: relative;
        z-index: 1;
        background: #e7e7e7;
        overflow: hidden;
    }

    .load {
        display: none;
    }

    .header .top {
    }

    .header .logo {
        /*float: left;*/
        width: 95%;
        display: inline;
        /*position: absolute;*/
        /*top: 0.3em;*/
    }

    .header .logo img {
        width: 100%;
    }

    .header .tit {
        float: right !important;
    }

    .header h2 {
        display: none;
    }

    .header .tel {
        display: none;
    }

    .header .nav {
        background: #0095db;
        width: 1920px;
        z-index: 999;
        height: 66px;
        line-height: 66px;
        margin-left: -360px;
        padding-left: 360px;
        display: none;
    }

    .header .nav .content {
        width: 1200px;
        margin: 0 auto;
    }

    .header .nav li.yli {
        float: left;
        position: relative;
        background-repeat: no-repeat;
        padding: 0 19px;
        margin-right: -19px;
    }

    .header .nav li.yli:after {
        content: "";
        background: url(../img/nav_abg.png) right top;
        width: 20px;
        height: 66px;
        display: block;
        right: 0px;
        position: absolute;
        top: 0;
    }

    .header .nav li.yli a {
        line-height: 66px;
        color: #fff;
        padding: 0 31.5px;
        position: relative;
        font-size: 16px;
    }

    .header .nav li.yli:first-child a {
        padding: 0 30px 0 24px;
        margin-left: -1px;
    }

    .header .nav li.yli.cur1 a, .header .nav li.yli:hover a {
        background: #ff9900;
    }

    .header .nav li.yli.cur1 a:before, .header .nav li.yli:hover a:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 66px solid transparent;
        border-right: 19px solid #ff9900;
        position: absolute;
        left: -19px;
        top: 0;
    }

    .header .nav li.yli.cur1 a:after, .header .nav li.yli:hover a:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 66px solid transparent;
        border-left: 19px solid #ff9900;
        position: absolute;
        right: -19px;
        top: 0;
    }

    .search {
        display: none;
    }

    .keyword {
    }

    .keyword b {
        color: #343434;
        margin-right: 10px;
        font-weight: normal;
    }

    .keyword a {
        color: #666;
        display: inline-block;
    }

    .keyword a:last-child:after {
        display: none;
        margin: 0;
    }

    .keyword a:after {
        display: inline-block;
        content: "/";
        color: #EAEAEA;
        margin: 0 5px;
    }

    .sou {
        margin-top: 18px;
        position: relative;
        width: 447px;
        height: 43px;
        overflow: hidden;
        background: rgba(238, 238, 238, 0.5);
    }

    .sou .ipt1 {
        width: 390px;
        height: 43px;
        font-size: 14px;
        color: #999;
        border: none;
        background: none;
        text-indent: 20px;
        line-height: 43px;
    }

    .sou .ipt2 {
        background: url(../img/search.png) no-repeat 13px center;
        display: block;
        width: 33px;
        height: 22px;
        border: none;
        float: right;
        margin-right: 19px;
        margin-top: 11px;
        border-left: 1px solid #DEDEDE;
        padding-left: 13px;
    }

    /*手机端导航*/
    #menu_button_wrapper {
        display: block;
        padding: 1.5em;
        color: #9d9d9d;

        -webkit-box-shadow: 0 1px 0 rgba(58, 112, 24, .1);
        box-shadow: 0 1px 0 rgba(58, 112, 24, .1);
    }

    #menu_button {
        box-sizing: border-box;
        float: left;
        padding: .5em 1em;
        border: 1px solid #0095db;
        border-radius: 5px;
        color: #0095db;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #menu_button:hover {
        cursor: pointer;
        background-color: #eee;
    }

    #hamburger {
        float: right;
        padding-top: .15em;
    }

    #menu_button span {
        display: block;
        background-color: #0095db;
        width: 1.2em;
        height: .15em;
        border-radius: 1px;
        margin-bottom: .2em;
    }

    nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    nav ul li {
        display: block;
        float: left;
        width: 33%;
        text-align: center;
    }

    nav ul li a {
        width: 100%;
    }

    /*手机端导航*/
    /*下拉菜单*/
    .menu1, .menu1 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu1 {

    }

    .menu1 li {


    }

    .menu1 > li {
        display: block;
        float: left;
        position: relative;
    }

    .menu1 > li:first-child {
        border-radius: 5px 0 0;
    }

    .menu1 a {

        color: #808080;
        display: block;
        font-family: 'Lucida Console';
        font-size: 18px;
        line-height: 54px;
        padding: 0 25px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu1 li:hover {

    }

    .menu1 li:hover > a {
        border-radius: 5px 0 0 0;
        color: #C4302B;
    }

    .submenu {
        left: 0;
        max-height: 0;
        position: absolute;
        top: 100%;
        z-index: 99;
        margin-top: -1px;
        -webkit-perspective: 400px;
        -moz-perspective: 400px;
        -ms-perspective: 400px;
        -o-perspective: 400px;
        perspective: 400px;
    }

    .submenu li a:after, .submenu li a:before {
        border: none !important;
    }

    .submenu li a {
        padding: 0 !important;
        width: 150px;
        display: block;
        text-align: center;
        line-height: 50px !important;
        height: 50px !important;
    }

    .submenu li {

        height: 50px;
        opacity: 0;

        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);

        -webkit-transition: opacity .4s, -webkit-transform .5s;
        -moz-transition: opacity .4s, -moz-transform .5s;
        -ms-transition: opacity .4s, -ms-transform .5s;
        -o-transition: opacity .4s, -o-transform .5s;
        transition: opacity .4s, transform .5s;
    }

    .menu1 .submenu li:hover a {
        background: #0095db !important;
        border-radius: 0;
        color: #ffffff;
        line-height: 50px !important;
    }

    .menu1 > li:hover .submenu, .menu1 > li:focus .submenu {
        max-height: 2000px;
        z-index: 10;
    }

    .menu1 > li:hover .submenu li, .menu1 > li:focus .submenu li {
        opacity: 1;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .menu1 li:hover .submenu li:nth-child(1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .menu1 li:hover .submenu li:nth-child(2) {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .menu1 li:hover .submenu li:nth-child(3) {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .menu1 li:hover .submenu li:nth-child(4) {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .menu1 li:hover .submenu li:nth-child(5) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .menu1 li:hover .submenu li:nth-child(6) {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .menu1 li:hover .submenu li:nth-child(7) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .menu1 li:hover .submenu li:nth-child(8) {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -ms-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .submenu li:nth-child(1) {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -ms-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .submenu li:nth-child(2) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .submenu li:nth-child(3) {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .submenu li:nth-child(4) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .submenu li:nth-child(5) {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .submenu li:nth-child(6) {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .submenu li:nth-child(7) {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .submenu li:nth-child(8) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }


    /*??????*/
    .foot {
        background: #2a2a2a;
        position: relative;
        overflow: hidden;
        margin-top: 30px;
    }

    .foot-top {
        padding-top: 15px;
        overflow: hidden;
    }

    .footl {
        width: 271px;
        float: left;
        display: inline;
        border-right: 1px solid rgba(255, 255, 255, 0.04);
        display: none;
    }

    .footc {
        width: 90%;
        float: left;
        padding: 5%;
        display: inline;
    }

    .footr {
        float: left;
        width: 285px;
        display: none;
    }

    .footl h3, .footc h3, .footr h3 {
        font-size: 28px;
        color: #ff9900;
        margin-bottom: 29px;
        width: 25px;
        white-space: nowrap;
        padding-bottom: 4px;
        border-bottom: 1px solid #ff9900;
    }

    .footl h3 span, .footc h3 span, .footr h3 span {
        font-size: 12px;
        display: block;
        color: #fff;
        opacity: 0.11;
        font-weight: lighter;
        line-height: 100%;
    }

    .footl p {
    }

    .footl p a {
        color: #fff;
        display: block;
        width: 125px;
        color: rgba(255, 255, 255, 0.8);
        float: left;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
        line-height: 48px;
    }

    .footl p a:hover {
        text-decoration: underline;
        color: #ff9900;
    }

    .footc p {
        color: #fff;
        padding-left: 32px;
        background-position: left center;
        line-height: 48px;
        font-size: 16px;
    }

    .footc p span {
        margin-left: 18px;
    }

    .footc p.tel {
        background: url(../img/foot_icon1.png) no-repeat left center
    }

    .footc p.fax {
        background: url(../img/foot_icon2.png) no-repeat left center;
    }

    .footc p.mail {
        background: url(../img/foot_icon3.png) no-repeat left center;
    }

    .footc p.add {
        background: url(../img/foot_icon4.png) no-repeat left center;
    }

    .footr em i {
        display: block;
        float: left;
        width: 127px;
    }

    .footr em i:last-child {
        float: right;
    }

    .footr em i img {
        width: 127px;
        height: 127px;
    }

    .footr em i span {
        display: block;
        font-size: 16px;
        color: #F4F4F4;
        background: url(../img/foot_ss.png) left center no-repeat;
        line-height: 20px;
        padding-left: 32px;
        margin-top: 16px;
    }

    .foot-bottom {
        height: 78px;
        background: #eee;
        padding-top: 20px;
        display: none;
    }

    .foot_bl b {
        display: block;
        font-size: 18px;
        color: #1B1B1B;
        text-transform: uppercase;
        font-weight: normal;
        padding-top: 8px;
        line-height: 18px;
    }

    .foot_bl p {
        margin-top: 10px;
    }

    .foot_bl p a {
        font-size: 16px;
        color: #1B1B1B;
        opacity: 0.7;
    }

    .foot_bl p a:after {
        display: inline-block;
        margin: 0 7px 0 12px;
        content: "/";
    }

    .foot_bl p a:last-child:after {
        display: none;
    }

    .foot_br p {
        line-height: 30px;
        color: #1B1B1B;
        opacity: 0.77;
    }

    .foot_br p span {
        margin-left: 15px;
    }

    .foot_br p a {
        color: #1B1B1B;
    }

    .fdh-01-tit {
        background: #0095db;
        height: 80px;
        display: none;
    }


    .fdh-01-nav-one h3 {

    }

    .fdh-01-nav-one h3 a {
        display: block;
        color: #fff;
        float: left;
        font-size: 15px;
        background: #0095db;
        margin: 1%;
        width: 48%;
        text-align: center;
        padding: 2% 0;
    }

    .fdh-01-nav-one h3.sidenavcur,
    .fdh-01-nav-one h3:hover {
        background: url(../img/p14-icon2.png) no-repeat right center #0095db;
    }

    .fdh-01-nav-one h3.sidenavcur a,
    .fdh-01-nav-one h3:hover a {
        color: #fff;
    }

    .fdh-01-nav dl {
        padding: 2px 0 4px;
    }

    .fdh-01-nav dt {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding-left: 54px;
        padding-right: 40px;
        margin-bottom: 1px;
        background: #ececec;
        position: relative;
        overflow: hidden;
    }

    .fdh-01-nav dt:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b8b8b8;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: 32px;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .fdh-01-nav dt.sidenavcur:after,
    .fdh-01-nav dt:hover:after {
        border-color: #0095db;
    }

    .fdh-01-nav dt.sidenavcur a,
    .fdh-01-nav dt:hover a {
        color: #0095db;
    }

    .fdh-01-nav dd {
        border: 1px solid #ececec;
        border-bottom: 0;
    }

    .fdh-01-nav p {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        padding-left: 72px;
        padding-right: 40px;
        border-bottom: 1px solid #ececec;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .fdh-01-nav p.sidenavcur a,
    .fdh-01-nav p:hover a {
        color: #0095db;
    }

    .fdh-01-nav p.sidenavcur:after,
    .fdh-01-nav p:hover:after {
        background: #393939;
    }

    .fdh-01-nav a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }


    .cbgg-01 {
        background: #0095db;
        text-align: center;
        color: #fff;
        display: none;
    }

    .cbgg-01-img img {
        width: 100%;
        display: block;
    }

    .cbgg-01 p {
        padding-top: 15px;
    }

    .cbgg-01 p img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .cbgg-01 span {
        display: block;
        font-size: 28px;
        font-weight: bold;
        font-family: Arial;
        padding-bottom: 20px;
        padding-top: 10px;
    }


    .cplb-3n-ts-03-tit {
        height: 50px;
        font-size: 24px;
        font-weight: normal;
        line-height: 50px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
    }

    .cplb-3n-ts-03-tit span {
        display: inline-block;
        height: 50px;
        border-bottom: 1px solid #393939;
    }

    .cplb-3n-ts-03-list dl {
        width: 48%;
        border: 1px solid #dedede;
        margin-bottom: 15px;
        background: #fff;
        float: left;
        margin-right: 1.2%;
    }


    .cplb-3n-ts-03-list dt img {
        width: 100%;

        margin: 0 auto;
        display: block;
    }

    .cplb-3n-ts-03-list dd {
        padding: 6px 20px 5px 20px;
    }

    .cplb-3n-ts-03-list dd h4 {
        height: 45px;
        font-weight: normal;
        font-size: 18px;
        color: #154c64;
        line-height: 45px;
        overflow: hidden;
        text-align: center;
    }

    .cplb-3n-ts-03-list h4 a {
        display: block;
        height: 45px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cplb-3n-ts-03-list dl:hover h4 a {
        color: #0095db;
    }

    .cplb-3n-ts-03-list-desc {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .cplb-3n-ts-03-list-deta {
        width: 100px;
        height: 40px;
        display: inline-block;
        border: 1px solid #aaa;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }

    .cplb-3n-ts-03-list dl:hover {
        border-color: #0095db;
    }

    .cplb-3n-ts-03-list dl:hover a {
        color: #0095db;
    }

    .p12-curmbs-1 {
        font-size: 14px;
        border-bottom: 1px dashed #dcdcdc;
    }

    .p12-curblock {
        display: none;
    }

    .p12-curmbs-1 b {
        border-left: 10px solid #393939;
        font-weight: normal;
        padding-left: 8px;
    }

    .p12-curmbs-1 i {
        font-style: normal;
    }

    .p12-curmbs-1 span {
        font-family: '??????';
        padding: 0 5px;
        height: 46px;
        line-height: 46px;
    }

    /*标题*/
    .pro_tit {
        position: relative;
    }

    .pro_tit h2 {
        font-size: 24px;
        background: #f2f2f2;
        padding: 12px;
        color: #000;
        font-weight: normal;
        margin: 40px 0 20px;
    }

    .pro_tit h2:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 22px;
        background: #0095db;
        left: 0;
        top: 15px;
    }

    .pro_tit h2 span {
        font-weight: normal;
        color: #d6d6d6;
        display: inline-block;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 18px;
    }

    /*产品简介*/
    .tp {
        border: 1px solid #eee
    }

    .pro_intro {
    }

    .pro_intro img {
        max-width: 100%;
    }

    .pro_intro p span {
        display: inline-block;
        font-size: 16px;
        color: #0095db;
        margin-left: 10px;
    }

    .pro_intro p span:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 1px;
        background: #000;
        top: 13px;
        left: 0;
    }

    .pro_intro p {
        border-bottom: 1px dashed #eee;
        padding-bottom: 10px;
        position: relative;
    }

    .pc-cx-tel-1 {
        width: 100%;
        height: 56px;
        border-top: 2px solid #e6e6e6;
        padding-top: 10px;
        position: absolute;
        bottom: 16px;
        right: 2%;
    }

    .pc-cx-tel-1-t1 {
        width: 114px;
        height: 44px;
        background: #0095db;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        float: right;
    }

    .pc-cx-tel-1-t1 a {
        display: block;
        color: #fff;
    }

    .pc-cx-tel-1-t2 {
        height: 56px;
        padding-left: 70px;
        background: url(../img/pc-xc-icon2.png) no-repeat 10px top;
        font-size: 18px;
        line-height: 18px;
        color: #454545;
    }

    .pc-cx-tel-1-t2 p {
        line-height: 24px;
    }

    .p15-showcase {
        position: relative;
        padding: 12px 18px 16px 20px;
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #eee;
    }

    .p15-showcase-right-con {
        line-height: 24px;
        font-size: 14px;
        max-height: 168px;
        margin-bottom: 86px;
        overflow: hidden;
    }

    .p15-showcase-left {
        position: relative;
        width: 100%;
        line-height: 0;
        overflow: hidden;
        border: 1px solid #e7e7e7;
        margin-right: 3.3%;
    }

    .p15-showcase-left-jt {
        width: 12px;
        height: 23px;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        cursor: pointer;
        z-index: 33;
    }

    .p15-showcase-left-prev {
        left: 10px;
    }

    .p15-showcase-left-next {
        right: 10px;
    }

    .p15-showcase-left-size {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 56px;
        height: 28px;
        font-size: 14px;
        line-height: 16px;
        padding: 0 15px;
    }

    .p15-showcase-left-size em {
        font-style: normal;
    }

    .p15-showcase-left-pic {
        width: 100%;
        text-align: center;
    }

    .p15-showcase-left-pic li {
        float: left;
    }

    .p15-showcase-left-pic img {
        width: 100%;
        display: block;
    }

    .p15-showcase-right {
        width: 100%;
    }

    .p15-showcase-right-tit {
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        color: #454545;
        margin-bottom: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-prodcontent-1 {
        background: #fff;
        padding: 0;
        margin-bottom: 22px;
    }

    .p14-prodcontent-1-tit {
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        border-bottom: 2px solid #d4d4d4;
        margin-bottom: 20px;
    }

    .p14-prodcontent-1-tit span {
        display: inline-block;
        height: 40px;
        color: #464646;
        border-bottom: 2px solid #393939;
        padding-left: 34px;
        background: url(../img/p14-icon11.png) no-repeat 2px center;
    }

    .p14-prodcontent-1-tit em {
        font-size: 18px;
        font-family: Arial;
        text-transform: uppercase;
        font-style: normal;
        color: #c2c2c1;
    }

    /*.p14-prodcontent-1-desc {*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*}*/
    .p14-product-2-tit {
        height: 46px;
        line-height: 46px;
        border-bottom: 2px solid #dfdfdf;
        margin-bottom: 30px;
        padding-top: 26px;
    }

    .p14-product-2-tit b {
        display: inline-block;
        font-size: 24px;
        font-weight: normal;
        color: #464646;
        padding-left: 30px;
        border-bottom: 2px solid #393939;
        background: url(../img/p14-icon11.png) no-repeat 0px center;
    }

    .p14-product-2-tit span {
        margin-left: 10px;
        font-size: 18px;
        font-family: Arial;
        color: #c2c2c1;
        text-transform: uppercase;
    }

    .p14-product-2-list dl {
        float: left;
        width: 49%;
        border: 1px solid #dfdfdf;
        margin-right: 1%;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .p14-product-2-list dl.p14-product-clear {

    }

    .p14-product-2-list dl img {
        display: block;
        width: 100%;
        height: 158px;
    }

    .p14-product-2-list dd {
        padding: 10px 28px 10px 10px;
        margin-right: 2px;
        position: relative;
    }

    .p14-product-2-list h3 {
        height: 30px;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        color: #191919;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-product-2-list h3 a {
        color: #191919;
    }

    .p14-product-2-desc {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-product-2-list dl:hover {
        border-color: #0095db;
    }

    .p14-product-2-list dl:hover h3 a {
        color: #0095db;
    }

    .zxlb-1n-ts-01-list dl {
        border: 1px solid #dedede;
        width: 96%;
        margin: 2% auto;
        padding: 22px 0 22px;
        background: #fff;
        display: inline-block;
    }

    .zxlb-1n-ts-01-list dl:hover {
        border-color: #1cb265;
    }

    .zxlb-1n-ts-01-list dt {
        max-width: 96%;
        margin: 0 auto;

    }

    .zxlb-1n-ts-01-list dt img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .zxlb-1n-ts-01-list dd {
        width: 96%;
        margin: 0 auto;
    }

    .zxlb-1n-ts-01-list dd h4 {
        height: 40px;
        font-weight: normal;
        font-size: 18px;
        color: #154c64;
        line-height: 40px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .zxlb-1n-ts-01-list h4 a {
        display: block;
        height: 40px;
        color: #4b4a4a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zxlb-1n-ts-01-list dl:hover h4 a {
        color: #1cb265;
    }

    .zxlb-1n-ts-01-list-desc {
        max-height: 72px;
        font-size: 14px;
        line-height: 24px;
        color: #797979;
        margin-bottom: 28px;
        overflow: hidden;
    }

    .zxlb-1n-ts-01-list-deta {
        float: right;
        width: 134px;
        height: 40px;
        display: inline-block;
        border: 1px solid #aaa;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }

    .zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
        background: #1cb265;
        border-color: #1cb265;
    }

    .zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
        color: #fff;
    }

    .p15-infocontent-1 {
        margin-bottom: 30px;
    }

    .p15-infocontent-1-tit {
        text-align: center;
        font-weight: normal;
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 40px;
        color: #535353;
        height: 40px;
        overflow: hidden;
    }

    .p15-infocontent-1-bool {
        border-bottom: 1px solid #000000;
        height: 20px;
        font-size: 12px;
        color: #909090;
    }

    .p15-infocontent-1-bool span {
        margin-right: 20px;
    }

    .p15-infocontent-1-bool span a {
        color: #909090;
    }

    .p15-infocontent-1-bool i {
        font-style: normal;
        float: right;
        display: block;
        width: 80px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: #000000;
    }

    .p15-infocontent-1-bool i a {
        color: #fff;
    }

    .p15-infocontent-1-bool span {
        margin-right: 15px;
    }

    .p15-infocontent-1-tag span {
        margin-right: 10px;
    }

    .p14-info-3 {
        background: #f5f5f5;
        padding: 0 20px 8px;
    }

    .p14-info-3-tit {
        height: 55px;
        font-size: 24px;
        line-height: 55px;
        color: #4b4a4a;
    }

    .p14-info-3-list li {
        height: 46px;
        font-size: 14px;
        line-height: 46px;
        color: #4b4a4a;
        border-top: 1px dashed #dbdbdb;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-info-3-list li a {
        color: #4b4a4a;
    }

    .p14-info-3-list li span {
        float: right;
    }

    .p14-pagination-1 dl {
        margin-bottom: 24px;
        padding-right: 40px;
    }

    .p14-pagination-1 dd {
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p14-pagination-1 dd b {
        float: right;
        font-weight: normal;
    }

    .p14-pagination-1 dd span {
        width: 60px;
        height: 32px;
        background: #a2a2a2;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

    .p14-pagination-1 dt {
        height: 1px;
        border-bottom: 1px dashed #b5b5b5;
        margin-left: 60px;
        padding-top: 2px;
        margin-bottom: 2px;
    }

    .p14-pagination-1 dd em {
        float: right;
        font-style: normal;
        padding-left: 20px;
        font-weight: normal;
    }

    .p14-pagination-1 dl a {
        color: #4b4a4a;
    }

    .p14-pagination-1-href {
        float: right;
        font-size: 18px;
        line-height: 32px;
    }

    .p14-pagination-1-href span {
        display: inline-block;
        padding: 0 6px;
        margin-left: 4px;
        background: #000000;
    }

    .p14-pagination-1-href a {
        display: block;
        color: #fff;
    }

    .p14-pagination-1-key {
        min-height: 40px;
        border-top: 1px solid #000000;
        font-size: 14px;
        line-height: 40px;
        color: #575556;
    }

    .p14-pagination-1-key a {
        color: #575556;
    }

    .p14-pagination-1-key span {
        display: inline-block;
        margin: 0 4px;
    }

    /*banner*/
    .banner {
        height: auto;
        max-width: 1920px;
        margin: 0 auto !important;
        position: relative;
        margin-top: -34px;
        z-index: 9;
    }

    .banner .bd li {
        float: left;
        width: 100%;
    }

    .banner .bd li img {
        width: 100%;
    }

    .banner .bd li a {
        display: block;
    }

    .banner .prev {
        position: absolute;
        top: 40%;
        left: 6%;
        z-index: 10;
        cursor: pointer;
    }

    .banner .next {
        position: absolute;
        top: 40%;
        right: 6%;
        z-index: 10;
        cursor: pointer;
    }

    .banner .hd {
        z-index: 1;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 8%;
    }

    .banner .hd li {
        width: 40px;
        height: 8px;
        background: #fff;
        margin: 0 5px;
        display: inline-block;
    }

    .banner .hd li.on {
        background: #0095db;
    }

    /*??????*/
    /*??????*/
    .yz {
        padding-top: 5%;
        overflow: hidden;
    }

    .yz h2 {
        text-align: center;
        font-size: 28px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
    }

    .yz h2 a {
        display: block;
    }

    .yz h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .yz h2 em {
        display: block;
        width: 65%;
        margin: 3% auto;
    }

    .yz h2 em img {
        width: 100%;
    }

    .yz p.ms {
        font-size: 16px;
        color: #6e6e6e;
        text-align: center;
        line-height: 36px;
        margin-top: 38px;
    }

    .yz li {
        display: none;
    }

    /*????????????*/
    .pro {
        background: #f5f5f5;
        padding: 0 0 45px;
        position: relative;
    }

    .pro:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-top: 50px solid #fff;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        top: 0;
        margin-left: -960px;
    }

    .pro h2 {
        text-align: center;
        font-size: 28px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        z-index: 1;
        padding-top: 20px;
    }

    .pro h2 a {
        display: block;;
    }

    .pro h2 b {
        background: url(../img/tit_bg.png) no-repeat;
        width: 47px;
        height: 48px;
        display: block;
        text-align: center;
        padding-top: 11px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .pro h2 b img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .pro h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .pro h2 em {
        display: block;
        margin-top: 15px;
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }

    .pro h2 em i {
        color: #D0D0D0;
        font-weight: lighter;
        margin: 0 2px;
    }

    .pro .tit {
        margin-top: 52px;
    }

    .pro .tit li {
        float: left;
        width: 48%;
        margin: 1%;
    }

    .pro .tit li:last-child {
        margin-right: 0;
    }

    .pro .tit li em {
        width: 133px;
        height: 133px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #fff;
        display: block;
    }

    .pro .tit li em img {
        width: 135px;
        height: 135px;
    }

    .pro .tit li span {
        display: block;
        text-align: center;
        height: 35px;
        width: 100%;
        font-size: 18px;
        color: #fff;
        background: #000;
        line-height: 34px;
    }

    .pro .tit li.cur em, .pro .tit li:hover em {
        border: 2px solid #0095db
    }

    .pro .tit li.cur span, .pro .tit li:hover span {
        background: #000;
    }

    .pro .con {
        margin-top: 68px;
        height: 450px;
        overflow: hidden;
        position: relative;
    }

    .pro .con dt {
        width: 600px;
        height: 450px;
        float: left;
        border: 1px solid #eee;
        box-sizing: border-box;
    }

    .pro .con dt img {
        width: 600px;
        height: 450px;
    }

    .pro .con dd {
        float: left;
        width: 560px;
        height: 219px;
        background: #fff;
        margin-left: -37px;
        margin-top: 32px;
        padding-left: 50px;
        padding-right: 27px;
        padding-top: 33px;
    }

    .pro .con dd span {
        font-size: 12px;
        color: #D6D6D6;
        display: block;
    }

    .pro .con dd b {
        font-size: 20px;
        font-weight: normal;
        display: block;
        width: 31px;
        white-space: nowrap;
        border-bottom: 2px solid #0095db;
        padding-bottom: 3px;
        margin-bottom: 28px;
    }

    .pro .con dd p {
        width: 560px;
        line-height: 30px;
        color: #7D7D7D;
        font-size: 16px;
        height: 85px;
        overflow: hidden;
    }

    .pro .con dd a.more {
        font-size: 14px;
        color: #7D7D7D;
        text-decoration: underline;
    }

    .pro .con dd a.more img {
        display: inline-block;
        vertical-align: middle;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.3;
        margin-left: 6px;
    }

    .pro .con dd a.more:hover {
        color: #0095db;
    }

    .pro .con dd a.more:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1;
    }

    .pro .con em.picc {
        position: absolute;
        width: 383px;
        height: 166px;
        display: block;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .pro .con .qh {
        width: 189px;
        height: 75px;
        background: #fff;
        position: absolute;
        right: 195px;
        bottom: 0;
    }

    .pro .con .qh i {
        width: 50%;
        text-align: center;
        display: block;
        float: left;
        padding-top: 30px;
        height: 45px;
        cursor: pointer;
    }

    .pro .con .qh i.prev:after {
        content: "";
        display: block;
        float: right;
        width: 1px;
        height: 27px;
        background: #F0F0F0;
        margin-top: -5px;
    }

    .pro .con2 {
        margin-top: 40px;
    }

    .pro .con2 dl {
        float: left;
        width: 46%;
        margin: 2%;
    }

    .pro .con2 dt {
        width: 100%;
        line-height: 0;
    }

    .pro .con2 dt img {
        width: 100%;
        border: 1px solid #eee;
        box-sizing: border-box;
    }

    .pro .con2 dd {
        height: 36px;
        background: #fff;
        position: relative;
        line-height: 36px;
        overflow: hidden;
    }

    .pro .con2 dd b {
        display: block;
        font-size: 14px;
        color: #2C2C2C;
        font-weight: normal;
        text-align: center;
    }

    .pro .con2 dd span {
        display: block;
        font-size: 16px;
        color: #8B8B8B;
    }

    .pro .con2 dl:hover {
        box-shadow: 0 3px 27px 2px rgba(0, 0, 0, 0.05), 0 0px 27px rgba(0, 0, 0, 0.05);
    }

    .pro .con2 dl:hover dd b a {
        color: #0095db;
    }


    .ty-banner-1 {
        overflow: hidden;
    }

    .sl {
        background: #000 url(../img/sl_bg.png) no-repeat center top;
        height: 370px;
        position: relative;
    }

    .sl:before {
    }

    .sl:after {
    }

    .sl b.tb {
        background: url(../img/sl_tbg.png) no-repeat;
        width: 57px;
        height: 48px;
        display: block;
        text-align: center;
        padding-top: 18px;
        margin: 0 auto;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        top: 10px;
    }

    .sl b.tb img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .sl h2 {
        font-size: 28px;
        color: #fff;
        font-weight: normal;
        text-align: center;
    }

    .sl h2 a {
        color: #fff;
    }

    .sl h2 span {
        color: #ff9900;
        font-weight: bold;
    }

    .sl h2 em {
        font-size: 18px;
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    .sl h2 em span {
        font-weight: normal;
    }

    .sl .con {
        margin-top: 32px;
    }

    .sl .con ul {
        width: 100%;
        float: left;
    }

    .sl .con li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }

    .sl .con li {
        float: left;
        height: 84px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        width: 24%;
        text-align: center;
    }

    .sl .con li em {
        display: block;
        height: 50px;
    }

    .sl .con li em img {
        max-width: 100%;
    }

    .sl .con li span {
        display: block;
        font-size: 16px;
        color: #fff;
        margin-top: 4px;
    }

    .sl .con p {
        display: none;
    }


    .sl2 {
        display: none;
    }

    .sl2 .con1 {
        padding-top: 26px;
    }

    .sl2 .con1 dt {
        float: left;
        width: 100%;
    }

    .sl2 .con1 dt img {
        width: 100%;
    }

    .sl2 .con1 dd {
        width: 100%;
    }

    .sl2 .con2 dt {
        float: right;
        width: 600px;
        height: 435px;
    }

    .sl2 .con2 dt img {
        width: 600px;
        height: 435px;
    }

    .sl2 .con2 dd {
        float: left;
        width: 558px;
    }

    .sl2 .con2 dd h3 {
        padding-top: 35px;
    }

    .sl2 .con2 dd p span {
        margin-bottom: 7px;
    }

    .sl2 .con3 dt {
        float: left;
        width: 600px;
        height: 435px;
    }

    .sl2 .con3 dt img {
        width: 600px;
        height: 435px;
    }

    .sl2 .con3 dd {
        float: right;
        width: 558px;
    }

    .sl2 .con3 dd h3 {
        padding-top: 35px;
    }

    .sl2 .con3 dd p span {
        margin-bottom: 7px;
    }

    .sl2 .con4 dt {
        float: right;
        width: 600px;
        height: 506px;
    }

    .sl2 .con4 dt img {
        width: 960px;
        height: 506px;
    }

    .sl2 .con4 dd {
        float: left;
        width: 558px;
    }

    .sl2 .con4 dd h3 {
        padding-top: 54px;
    }

    .sl2 dd h3 {
        margin-bottom: 38px;
        padding-top: 9px;
        margin-top: 10px;
    }

    .sl2 dd h3 em {
        display: block;
        background: url(../img/sl_ctit.png);
        width: 61px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        font-size: 36px;
        color: #fff;
        font-weight: lighter;
        float: left;
    }

    .sl2 dd h3 i {
        float: left;
        margin-left: 26px;
        font-size: 36px;
        color: #242424;
        line-height: 30px;
        font-weight: normal;
    }

    .sl2 dd h3 i span {
        font-size: 12px;
        font-family: GothamBook;
        color: #CBCBCB;
        display: block;
        font-weight: normal;
        text-transform: uppercase;
    }

    .sl2 dd p {
        font-size: 16px;
        color: #383838;
        line-height: 32px;
    }

    .sl2 dd p span {
        display: block;
        margin-bottom: 18px;
    }

    .sl2 dd .list {
        height: 144px;
        overflow: hidden;
        display: none;
    }

    .sl2 dd ul li {
        float: left;
        margin-right: 20px !important;
        display: inline;
    }

    .sl2 dd ul li:nth-child(2n) {
        margin-right: 0;
    }

    .sl2 dd ul li a {
        display: block;
    }

    .sl2 dd ul li img {
        width: 269px;
        height: 144px;
    }

    .sl2 dd .qh {
        text-align: center;
        margin-top: 21px;
        position: relative;
        display: none;
    }

    .sl2 dd .qh:before {
        position: absolute;
        content: "";
        width: 238px;
        height: 1px;
        background: #EBEBEB;
        left: 0;
        top: 15px;
    }

    .sl2 dd .qh:after {
        position: absolute;
        content: "";
        width: 238px;
        height: 1px;
        background: #EBEBEB;
        right: 0;
        top: 15px;
    }

    .sl2 dd .qh i {
        display: inline-block;
        width: 11px;
        height: 13px;
        background: url(../img/sl_cqh.png);
        margin: 0 3px;
        cursor: pointer;
    }

    .sl2 dd .qh i.cur {
        display: inline-block;
        width: 11px;
        height: 13px;
        background: url(../img/sl_cqhh.png);
    }


    /*????????????*/
    .case {
        background: #f1f1f1;
        height: 1012px;
        position: relative;
        overflow: hidden;
    }

    .case:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-top: 50px solid #fff;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        top: 0;
        margin-left: -960px;
    }

    .case h2 {
        text-align: center;
        font-size: 40px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        z-index: 1;
        padding-top: 20px;
    }

    .case h2 a {
        display: block;;
    }

    .case h2 b {
        background: url(../img/sl_tbg.png) no-repeat;
        width: 57px;
        height: 54px;
        display: block;
        text-align: center;
        padding-top: 12px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .case h2 b img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .case h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .case h2 em {
        display: block;
        margin-top: 15px;
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }

    .case .tit {
        border-top: 1px solid #D8D8D8;
        padding-top: 15px;
        margin-top: 45px;
    }

    .case .tit li, .case .tit em {
        text-align: center;
        float: left;
        margin-right: 113px;
        display: inline;
    }

    .case .tit em {
        margin-right: 0;
    }

    .case .tit li a, .case .tit em a {
        display: block;
    }

    .case .tit li img, .case .tit em img {
        width: 41px;
        height: 41px;
        display: inline-block;
    }

    .case .tit li span, .case .tit em span {
        display: block;
        font-size: 18px;
        color: #373737;
        line-height: 32px;
        font-weight: bold;
        margin-top: 7px;
    }

    .case .con {
        position: relative;
        height: 628px;
        margin-top: 34px;
        overflow: hidden;
    }

    .case .con .list {
        width: 864px;
        position: absolute;
        left: 50%;
        margin-left: -432px;
    }

    .case .con .list .tempWrap {
        margin-left: -864px;
    }

    .case .con .qh {
        position: relative;
        top: 225px;
        z-index: 1;
        left: 50%;
        margin-left: -600px;
        width: 1200px;
    }

    .case .con .qh:after {
        content: "";
        background: rgba(0, 0, 0, 0.52);
        width: 528px;
        height: 486px;
        display: block;
        right: -360px;
        top: -225px;
        position: absolute;
        z-index: 1
    }

    .case .con .qh:before {
        content: "";
        background: rgba(0, 0, 0, 0.52);
        width: 528px;
        height: 486px;
        display: block;
        left: -360px;
        top: -225px;
        position: absolute;
        z-index: 1
    }

    .case .con .qh i.prev {
        float: left;
        margin-left: 108px;
        cursor: pointer;
        position: absolute;
        z-index: 2;
    }

    .case .con .qh i.next {
        float: right;
        margin-right: 108px;
        cursor: pointer;
        position: absolute;
        right: 0;
        z-index: 2;
    }

    .case .con dl {
        width: 864px;
        height: 628px;
        position: relative;
    }

    .case .con dt {
        line-height: 0;
        overflow: hidden;
    }

    .case .con dt img {
        width: 864px;
        height: 486px;
    }

    .case .con dd {
        height: 69px;
        background: #D5D5D5;
        position: relative;
    }

    .case .con dd b {
        display: block;
        line-height: 69px;
        text-align: center;
        font-size: 18px;
        color: #191919;
        font-weight: normal;
    }

    .case .con dd p, .case .con dd a.more {
        display: none;
    }

    .case .con dl.cur dd {
        background: #2A2A2A;
        height: 142px;
        padding: 0 32px;
    }

    .case .con dl.cur dd b {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding-top: 26px;
        padding-bottom: 22px;
        display: block;
        line-height: 110%;
        text-align: left;
    }

    .case .con dl.cur dd b a {
        color: #fff;
    }

    .case .con dl.cur dd p {
        line-height: 24px;
        color: #fff;
        opacity: 0.4;
        font-size: 16px;
        display: block;
    }

    .case .con dl.cur dd a.more {
        display: block;
        background: url(../img/case_more.png) no-repeat right center;
        height: 19px;
        color: #fff;
        font-size: 14px;
        color: #0095db;
        width: 86px;
        right: 32px;
        top: 32px;
        position: absolute;
        line-height: 110%;
    }

    .case .con dl.left dd b {
        margin-right: 155px;
        text-align: right;
    }

    .case .con dl.right dd b {
        margin-left: 155px;
        text-align: left;
    }


    /*????????????*/
    .lc {
        background: #fff;
        position: relative;
        overflow: hidden;
        height: 558px;
    }

    .lc:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-top: 50px solid #f1f1f1;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        top: 0;
        margin-left: -960px;
    }

    .lc h2 {
        text-align: center;
        font-size: 40px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        z-index: 1;
        padding-top: 88px;
    }

    .lc h2 a {
        display: block;;
    }

    .lc h2 b {
        background: url(../img/sl_tbg.png) no-repeat;
        width: 57px;
        height: 54px;
        display: block;
        text-align: center;
        padding-top: 12px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .lc h2 b img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .lc h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .lc h2 em {
        display: block;
        margin-top: 15px;
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }

    .lc .con {
        background: url(../img/lc_bg.jpg) no-repeat center 165px;
        margin-top: 34px;
    }

    .lc li {
        float: left;
        width: 109px;
        height: 235px;
        margin-right: 65px;
        text-align: center;
        background: url(../img/lc_cbg.png) no-repeat;
        margin-left: 6px;
    }

    .lc li:last-child {
        margin-right: 0;
    }

    .lc li em {
        display: block;
        width: 109px;
        height: 126px;
        line-height: 0;
    }

    .lc li em.pic1 {
        padding-top: 40px;
        height: 86px;
    }

    .lc li em.pic2 {
        padding-top: 0px;
        display: none;
    }

    .lc li span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-top: 68px;
    }

    .lc li.cur {
        background: url(../img/lc_cbgh.png) no-repeat;
    }

    .lc li.cur em.pic1 {
        display: none;
    }

    .lc li.cur em.pic2 {
        display: block;
    }

    .lc li.cur span {
        color: #0095db;
    }


    /*????????????*/
    .new {
        background: #f4f4f4;
        position: relative;
        overflow: hidden;
    }

    .new:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-top: 50px solid #fff;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        top: 0;
        margin-left: -960px;
    }

    .new h2 {
        text-align: center;
        font-size: 40px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        z-index: 1;
        padding-top: 20px;
    }

    .new h2 a {
        display: block;;
    }

    .new h2 b {
        background: url(../img/sl_tbg.png) no-repeat;
        width: 57px;
        height: 54px;
        display: block;
        text-align: center;
        padding-top: 12px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .new h2 b img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .new h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .new h2 em {
        display: block;
        margin-top: 15px;
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }

    .new_l {
        width: 320px;
        background: url(../img/new_bg.jpg) repeat-x 0 0 #fff;
        padding: 30px 40px 0;
        height: 536px;
        box-shadow: 0 0 10px 2px #e7e7e7;
        overflow: hidden;
        margin-top: 54px;
        display: none;
    }

    .new_r {
        width: 100%;
        margin-top: 20px;
    }

    .new1, .new2 {
        width: 90%;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 10px 2px #e7e7e7;
        margin-bottom: 10px;
        padding: 5%;
    }

    .new3 {
        width: 90%;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 10px 2px #e7e7e7;
        margin-bottom: 20px;
        padding: 5%;
        display: none;
    }

    .newtil {
        height: 51px;
        line-height: 30px;
        font-size: 24px;
        font-weight: normal;
    }

    .newtil a {
        color: #363636;
    }

    .newtil em {
        display: block;
        font-size: 10px;
        opacity: 0.5;
        line-height: 12px;
    }

    .newtil span {
        float: right;
        width: 33px;
        height: 33px;
        display: block;
        background: url(../img/new_more2.png) no-repeat 0 0;
    }

    .newtil span a {
        display: block;
        width: 33px;
        height: 33px;
    }

    .new_l .newtil a {
        color: #fff;
    }

    .new_l .newtil span {
        background: url(../img/new_more1.png) no-repeat 0 0;
    }

    .new_l dl {
        padding: 16px 0 0;
    }

    .new_l dt, .new_l dt img {
        height: 239px;
        width: 320px;
        display: block;
        overflow: hidden;
    }

    .new_l dd {
        padding: 11px 0 0;
    }

    .new_l dd h3, .new1_c li a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #363636;
        display: block;
    }

    .new_l dd h3 a {
        display: block;
        color: #363636;
    }

    .new_l dd h3 a:hover {
        color: #0095db;
    }

    .new_l dd h3:hover, .new1_c li a:hover {
        color: #0095db;
    }

    .new_l dd p {
        height: 108px;
        font: 14px "Microsoft YaHei";
        color: #989898;
        overflow: hidden;
    }

    .new_l dd span, .new1_c li span {
        background: url(../img/new_line.jpg) no-repeat 0 center;
        height: 24px;
        overflow: hidden;
        text-align: right;
        font-family: Times New Roman;
        color: #989898;
        display: block;
    }

    .new1_c li {
        width: 100%;
        float: left;
    }

    .new1_c li p {
        height: 76px;
        overflow: hidden;
        color: #989898;
        font-size: 14px;
    }

    .new1_c li:nth-child(2n-1) {
        padding: 0 68px 0 0;
    }

    .new2 {
        position: relative;
    }

    .new2 .newtil {
        height: 10px;
    }

    .new2 .newtil span {
        position: absolute;
        right: 40px;
        top: 30px;
    }

    .new2 .newtil p {
        position: absolute;
        left: 40px;
        top: 30px;
    }

    .new2_w {
        width: 326px;
    }

    .new2_w li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .new2_w li a {
        color: #999;
        font-size: 14px;
    }

    .new2_w li a:hover {
        color: #0095db;
        text-decoration: underline;
    }

    .new2_p {
        width: 355px;
    }

    .new2_p dt {
        float: right;
    }

    .new2_p dd {
        float: left;
        padding: 145px 0 0;
    }

    .new2_p dd a {
        display: block;
        background: url(../img/new_more4.jpg) no-repeat;
        width: 148px;
        height: 43px;
        font: 14px "Microsoft YaHei";
        line-height: 43px;
        padding-left: 20px;
        color: #fff;
    }

    .new1_c1 ul {
    }

    .new1_c1 ul li {
        width: 223px;
        float: left;
        font-size: 15px;
        margin: 0 5px;
    }

    .new1_c1 ul li img {
        width: 100%;
    }

    .new1_c1 ul li span {
        display: block;
        line-height: 30px;
        background: #2A2A2A;
        color: #fff;
        text-align: center;
    }


    /*????????????*/
    .about {
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .about:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-top: 50px solid #f4f4f4;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        top: 0;
        margin-left: -960px;
    }

    .about h2 {
        text-align: center;
        font-size: 28px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        z-index: 1;
        padding-top: 116px;
    }

    .about h2 a {
        display: block;;
    }

    .about h2 b {
        background: url(../img/sl_tbg.png) no-repeat;
        width: 57px;
        height: 50px;
        display: block;
        text-align: center;
        padding-top: 16px;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .about h2 b img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .about h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .about h2 em {
        display: block;
        margin-top: 15px;
        font-size: 18px;
        color: #333;
        line-height: 20px;
    }

    .about .picc {
        position: relative;
    }

    .about .picc:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-top: 48px solid #fff;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        top: 0;
        margin-left: -960px;
    }

    .about .picc em:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: 48px solid #fff;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        bottom: 0;
    }

    .about .picc em:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: 48px solid #fff;
        border-right: 960px solid transparent;
        border-left: 960px solid transparent;
        left: 50%;
        bottom: 0;
        margin-left: -1920px;
    }

    .about .con {
        margin-top: 42px;
    }

    .about .con h3 {
        font-size: 22px;
        color: #252525;
        display: block;
        display: none;
    }

    .about .con p.ms {
        line-height: 30px;
        color: #393939;
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 36px;
    }

    .about .tit ul {
        float: left;
        display: none;
    }

    .about .tit em {
        float: right;
        background: url(../img/about_more.png) no-repeat right center;
        height: 18px;
        padding-right: 22px;
    }

    .about .tit em a {
        color: #0095db;
        text-decoration: underline;
    }

    .about .tit li {
        float: left;
    }

    .about .tit li a {
        display: inline-block;
        margin-right: 46px;
    }

    .about .tit li img {
        display: inline-block;
        vertical-align: middle;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all 0.2s ease-in;
    }

    .about .tit li span {
        display: inline-block;
        font-size: 20px;
        color: #1A1A1A;
        font-weight: bold;
        vertical-align: middle;
        margin-left: 10px;
        transition: all 0.2s ease-in;
        line-height: 0
    }

    .about .tit li:last-child a {
        margin-right: 0;
    }

    .about .tit li.cur span, .about .tit li:hover span {
        color: #0095db;
    }

    .about .tit li.cur img, .about .tit li:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .about .cons {
        margin-top: 32px;
        display: none;
    }

    .about .cons li {
        float: left;
        width: 283px;
        height: 160px;
        overflow: hidden;
        margin-right: 22px;
        display: inline;
    }

    .about .cons li:last-child {
        margin-right: 0;
    }

    .about .cons li a {
        display: block;
    }

    .about .cons li img {
        width: 283px;
        height: 160px;
    }

    .client-2 {
        position: fixed;
        right: -170px;
        top: 50%;
        z-index: 900;
    }

    .client-2 li a {
        text-decoration: none;
    }

    .client-2 li {
        margin-top: 1px;
        clear: both;
        height: 62px;
        position: relative;
    }

    .client-2 li i {
        background: url(../img/fx.png) no-repeat;
        display: block;
        width: 30px;
        height: 27px;
        margin: 0px auto;
        text-align: center;
    }

    .client-2 li p {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        color: #fff;
    }

    .client-2 .my-kefu-qq i {
        background-position: 4px 5px;
    }

    .client-2 .my-kefu-tel i {
        background-position: 0 -21px;
    }

    .client-2 .my-kefu-liuyan i {
        background-position: 4px -53px;
    }

    .client-2 .my-kefu-weixin i {
        background-position: -34px 4px;
    }

    .client-2 .my-kefu-weibo i {
        background-position: -30px -22px;
    }

    .client-2 .my-kefu-ftop {
        display: none;
    }

    .client-2 .my-kefu-ftop i {
        width: 33px;
        height: 31px;
        background-position: -23px -47px;
        background-size: 52px 82px;
    }

    .client-2 .my-kefu-ftop .my-kefu-main {
        padding-top: 6px;
    }

    .client-2 .my-kefu-left {
        float: left;
        width: 62px;
        height: 47px;
        position: relative;
    }

    .client-2 .my-kefu-tel-right {
        font-size: 16px;
        color: #fff;
        float: left;
        height: 24px;
        line-height: 22px;
        padding: 0 15px;
        border-left: 1px solid #fff;
        margin-top: 14px;
    }

    .client-2 .my-kefu-right {
        width: 20px;
    }

    .client-2 .my-kefu-tel-main {
        background: #0095db;
        color: #fff;
        height: 53px;
        width: 230px;
        padding: 9px 0 0;
        float: left;
    }

    .client-2 .my-kefu-main {
        background: #0095db;
        width: 97px;
        height: 53px;
        position: relative;
        padding: 9px 0 0;
        float: left;
    }

    .client-2 .my-kefu-weixin-pic {
        position: absolute;
        left: -130px;
        top: -24px;
        display: none;
        z-index: 333;
    }

    .my-kefu-weixin-pic img {
        width: 115px;
        height: 115px;
    }

    .tl-fdh-02 {
        display: none;
    }

    .p12-aboutinfo-1 {
        display: inline-block;
        width: 100%;
        background: #fff;
        margin-bottom: 38px;
    }

    .p12-aboutinfo-1-tit {
        line-height: 70px;
        font-size: 28px;
        text-align: center;
        color: #4b4a4a;
    }

    .p12-aboutinfo-1-tit span {
        font-size: 22px;
        color: #aaa;
    }

    .p12-aboutinfo-1-nr {
        padding: 0 0 20px;
    }

    .about1 h4 {
        font: 36px "Microsoft Yahei";
        font-weight: bold;
        color: #222;
        padding-bottom: 10px;
        line-height: 60px;
        margin: 0px;
    }

    .about1 h4 em {
        font: 36px "Times New Roman", Times, serif;
        color: #0095db;
        text-transform: uppercase;
        padding-left: 10px;
    }

    .about1 h4 span {
        display: block;
        font: 24px "Microsoft Yahei";
        color: #222;
    }

    .about1 p {
        font: 15px "Microsoft Yahei";
        color: #666;
        line-height: 26px;
    }

    /*设备实力*/
    .pro h2 {
        text-align: center;
        font-size: 40px;
        color: #252525;
        line-height: 40px;
        font-weight: normal;
        position: relative;
        z-index: 1;
        margin: 60px 0 40px;
    }

    .pro h2 b {
        background: url(../img/tit_bg.png) no-repeat;
        width: 47px;
        height: 42px;
        display: block;
        text-align: center;
        padding-top: 12px;
        margin: 0 auto;
        margin-bottom: 8px;
        line-height: 30px;
    }

    .pro h2 b img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .pro h2 span {
        color: #0095db;
        font-weight: bold;
    }

    .pro h2 em {
        display: block;
        margin-top: 15px;
        font-size: 20px;
        color: #333;
        line-height: 20px;
        font-style: normal;
    }

    .pro h2 em i {
        color: #D0D0D0;
        font-weight: lighter;
        margin: 0 2px;
        font-style: normal;
    }

    /*设备实力*/
    .zd_about2 {
        background: #f8f8f8;
        padding: 45px 0;
    }

    .zd_about2 dl {
    }

    .zd_about2 dl dt {
        width: 600px;
        height: 400px;
        background: #f8f8f8;
        float: left;
    }

    .zd_about2 dl dd {
        width: 551px;
        float: right;
    }

    .zd_about2 dl dd em {
        display: block;
        background: #f8f8f8;
        height: 227px;
    }

    .zd_about2 dl dd i {
        display: block;
        width: 10%;
        border-bottom: 4px solid #0095db;
        margin-top: 60px;
    }

    .zd_about2 dl dd p {
        text-align: justify;
        letter-spacing: 1px;
    }

    /*主营产品*/
    .pro .tit {
        margin-top: 52px;
        margin-bottom: 30px;
        height: 211px;
    }


    /*企业文化*/
    .qywh {
        background: url(../img/8525187fff7e4089b943bac717c75b8d_4.jpg) no-repeat center;
        height: 698px;
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }

    .qywh p {
        width: 269px;
        position: absolute;
        bottom: 0;
        right: 0;
        border: 2px solid #ccc6c6;
        padding: 71px 68px 82px;
        margin: 0;
        text-align: justify;
    }

    .qywh p:after {
        content: "";

        position: absolute;
        width: 20px;
        height: 2px;
        background: #0095db;
        top: 56px;
        left: 72px;
    }

    .qywh p a {
        display: block;
        position: absolute;
        background: #0095db;
        color: #fff;
        padding: 2px 10px;
        bottom: 27px;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .about1 {

    }

    .about1 dt {
        width: 100%;

        overflow: hidden;
        margin-bottom: 30px;
    }

    .about1 dt img {
        width: 100%;

    }

    .about1 dd {
        width: 248px;
        height: 238px;
        overflow: hidden;
        float: right;
        margin-top: 45px;
        padding: 45px 0 0 64px;
        border: 2px solid #0095db;
        border-left: 0;
        display: none;
    }

    .about1 dd h3 {
        font: 20px "Times New Roman", Times, serif;
        text-transform: uppercase;
        color: #333;
    }

    .about1 dd h3 em {
        display: block;
        font-size: 50px;
        font-weight: bold;
        font-style: normal;
    }

    .about1 dd span {
        display: block;
        font: 36px "Microsoft Yahei";
        font-weight: bold;
        color: #0095db;
        padding-top: 8px;
    }

    .about1 dd span em {
        display: block;
        font-size: 26px;
        font-weight: normal;
        font-style: normal;
        color: #222;
    }
}